#include <BustaModelCustomer.h>
Public Member Functions | |
BustaModelCustomer () | |
Constructor. | |
~BustaModelCustomer () | |
Destructor. | |
int | getTime () |
Time left on order. | |
void | setTime (int t) |
Sets order time. | |
BustaModelFoodPiece ** | getOrder () |
Current order. | |
void | setOrder (BustaModelFoodPiece **o) |
Sets the current Customer order. |
Model representing the customer. Has time left on order as well as sandwich requested
|
Constructor. Initializes variables |
|
Destructor.
|
|
Current order. Returns pointer to the current Customer order |
|
Time left on order. Gets the time left on the customer order |
|
Sets the current Customer order. Currently a stub function |
|
Sets order time. Sets the time left on the order |